| lcColorSetPalette | Home |
|
BOOL lcColorSetPalette ( int Index, int Red, int Green, int Blue ); |
| Index | |
|
Color index. The value can be from 1 to 255, except 7. | |
| Red Green Blue | |
| Red, Green, Blue components. The value can be from 0 to 255. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Colors, lcColorGetPalette |